home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / www / GrabURL.lha / Install.txt < prev    next >
Text File  |  1996-12-07  |  1KB  |  31 lines

  1. Sorry, no installer script!
  2.  
  3. Just copy what's in the bin directory to you amitcp:bin/ or to any other
  4. directory in your path.  If you wan't to put this somewhere else (not in
  5. the path), see GrabURL.guide to configure the paths.
  6.  
  7. You may rename GrabURL.rexx to GrabURL and add the "s" protection bit to
  8. make it an "executable".
  9.  
  10. GrabHTTP, ParseHTML and UrlManager are all pure and can be made resident.
  11. However if you did not use "-a" with LHA, the protection-bit "p" may not be
  12. set.  You should set it yourself if you plan to make them resident.
  13.  
  14. Please see GrabURL.guide about how to configure it.  The configuration is
  15. in the rexx-script itself.
  16.  
  17. Example of what's above:
  18.  
  19. cd <directory_of_this_txt_file>
  20. copy bin/#? amitcp:bin/ clone
  21. copy doc/#? amitcp:doc/ clone
  22. rename amitcp:bin/GrabURL.rexx amitcp:bin/GrabURL
  23. protect amitcp:bin/GrabURL +s
  24. protect amitcp:bin/(GrabHTTP|UrlManager|ParseHTML) +p
  25.  
  26. Then you have to read GrabURL.guide and edit amitcp:bin/GrabURL with your
  27. favorite ASCII editor (ie GoldEd, CignusED, etc..).
  28.  
  29. If you don't modify GrabURL.rexx, then you should have a directory named
  30. "Work:Urls".
  31.